Auflösungsproblem Toshiba Laptop

stopf

New Member
Hallo allerseits,

hab bei der Installation von FreeBSD 5.3 auf meinem Uralt-Laptop (Toshiba 4000CDS) ein kleines Auflösungsproblem: Ich seh immer nur die 640x480-Auflösung (mit schwarzem Rahmen).

Das Display das Laptops hätte eigentlich eine Auflösung von 800x600.

In "Xorg.x.log" steht, dass der Grafikchip korrekt erkannt wurde (ct65555) und es werden alle Modi geprüft, aber jeder Modus hat eine der drei folgenden Fehlermeldungen:

+ hsync out of range
+ bad mode clock/interlace/doublescan
+ (bei den höheren Auflösungen) insufficient memory mode

Natürlich hab ich, wie im FreBSD-Handbuch beschrieben, in xorg.conf. alle Daten korrekt (?) eingetragen.

Mit "xorgcfg" und auch mit "xorgcfg -textmode" hab ich auch schon alle Daten eingetragen... immer der gleiche schwarze Rahmen und nur 640x480 Punkte.

Da ich ich Xfce4 installiert hab, versuch ich auch da die Bildschirmauflösung zu ändern, aber da bekomm ich auch nur die 640x480 zur (Aus-)Wahl.

Ist die Kiste ungeeignet (obwohl der ct65555 laut "http://www.x.org/X11R6.8.2/doc/chips.html" unterstützt wird laut Xorg.x.log auch als solcher erkannt wird) oder bin ich zu blöd?

Vielen Dank für jede Hilfe.
 
hi,

unabhaengig davon ob nun grade ich dir helfen koennte oder nicht waere es vielleicht ganz hilfreich wenn du hier mal den Inhalt deiner xorg.conf postest.



teuk
 
jetzt kommt die xorg.conf und die Xorg.x.log

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28-33
VertRefresh 43-72
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "Linear" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "HWclocks" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "STN" # [<bool>]
#Option "UseModeline" # [<bool>]
#Option "Stretch" # [<bool>]
#Option "LcdCenter" # [<bool>]
#Option "MMIO" # [<bool>]
#Option "SuspendHack" # [<bool>]
#Option "FixPanelSize" # [<bool>]
#Option "18BitBus" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "SetMclk" # <freq>
#Option "FPClock8" # <freq>
#Option "FPClock16" # <freq>
#Option "FPClock24" # <freq>
#Option "FPMode" # [<bool>]
Identifier "Card0"
Driver "chips"
VendorName "Chips and Technologies"
BoardName "F65555 HiQVPro"
BusID "PCI:0:4:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
EndSection

--------------------------
jetzt noch die log...
---------------------------------
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.4 i386 [ELF]
Current Operating System: FreeBSD frebsd 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 04 April 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.8.log", Time: Wed Aug 10 22:03:42 2005
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7192 card 1179,0001 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 1179,060f card 1000,0000 rev 05 class 06,07,00 hdr 82
(II) PCI: 00:02:1: chip 1179,060f card fffc,0000 rev 05 class 06,07,00 hdr 82
(II) PCI: 00:04:0: chip 102c,00e5 card 1179,0001 rev c6 class 03,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,80,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0a:0: chip 1179,0701 card 1179,0001 rev 23 class 07,80,00 hdr 00
(II) PCI: 14:00:0: chip 1011,0019 card 1186,1142 rev 41 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,21), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-CardBus bridge:
(II) Bus 20: bridge is at (0:2:0), (0,20,20), BCTRL: 0x0700 (VGA_EN is cleared)
(II) Bus 20 I/O range:
[0] -1 0 0x00001000 - 0x0000107f (0x80) IX
(II) PCI-to-CardBus bridge:
(II) Bus 21: bridge is at (0:2:1), (0,21,21), BCTRL: 0x0400 (VGA_EN is cleared)
(--) PCI:*(0:4:0) Chips and Technologies F65555 HiQVPro rev 198, Mem @ 0xfe000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[1] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[2] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[3] -1 0 0x0000ff80 - 0x0000ffff (0x80) IXE
[4] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[5] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
(II) Inactive PCI resource ranges:
[0] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
(II) PCI I/O resource overlap reduced 0x0000ff80 from 0x0000ffff to 0x0000ffbf
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[1] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[2] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[3] -1 0 0x0000ff80 - 0x0000ffbf (0x40) IXE
[4] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[5] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[6] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[7] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
[8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[9] -1 0 0x00000000 - 0x000000ff (0x100) IX
[10] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[11] -1 0 0x0000ff80 - 0x0000ffbf (0x40) IXE
[12] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[13] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "chips"
(II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
(II) Module chips: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
(II) Primary Device is: PCI 00:04:0
(--) Chipset ct65555 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[6] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[7] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
[8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[9] -1 0 0x00000000 - 0x000000ff (0x100) IX
[10] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[11] -1 0 0x0000ff80 - 0x0000ffbf (0x40) IXE
[12] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[13] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[6] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[7] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
[8] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[9] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[10] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX
[13] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[14] -1 0 0x0000ff80 - 0x0000ffbf (0x40) IXE
[15] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[16] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
[17] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[18] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) CHIPS(0): initializing int10
(==) CHIPS(0): Write-combining range (0xa0000,0x20000) was already clear
(==) CHIPS(0): Write-combining range (0xc0000,0x40000) was already clear
(II) CHIPS(0): Primary V_BIOS segment is: 0xc000
(==) CHIPS(0): Write-combining range (0x0,0x1000) was already clear
(II) CHIPS(0): VESA BIOS detected
(II) CHIPS(0): VESA VBE Version 2.0
(II) CHIPS(0): VESA VBE Total Mem: 2048 kB
(II) CHIPS(0): VESA VBE OEM: CHIPS 6x555 Super VGA
(II) CHIPS(0): VESA VBE OEM Software Rev: 1.0
(II) CHIPS(0): VESA VBE OEM Vendor: Chips & Technologies, Inc.
(II) CHIPS(0): VESA VBE OEM Product: 6x555 Display Controller
(II) CHIPS(0): VESA VBE OEM Product Rev: 2
(==) CHIPS(0): Depth 16, (==) framebuffer bpp 16
(II) CHIPS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) CHIPS(0): RGB weight 565
(==) CHIPS(0): Default visual is TrueColor
(==) CHIPS(0): Using gamma correction (1.0, 1.0, 1.0)
(==) CHIPS(0): Using HW cursor
(**) CHIPS(0): Enabling linear addressing
(--) CHIPS(0): base address is set at 0xFE000000.
(==) CHIPS(0): IOAddress is set at 0xFE400000.
(**) CHIPS(0): Using MMIO
(--) CHIPS(0): VideoRAM: 2048 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) CHIPS(0): VESA VBE DDC supported
(II) CHIPS(0): VESA VBE DDC Level 2
(II) CHIPS(0): VESA VBE DDC transfer in appr. 1 sec.
f000:8083: 01 ILLEGAL EXTENDED X86 OPCODE!
(II) CHIPS(0): VESA VBE DDC invalid
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) CHIPS(0): I2C bus "DDC" initialized.
(II) CHIPS(0): Probing for DDC1
(--) CHIPS(0): DD-STN probed
(--) CHIPS(0): LCD
(--) CHIPS(0): Display Size: x=800; y=600
(--) CHIPS(0): Frame Buffer used
(--) CHIPS(0): Using embedded Frame Buffer, size 96000 bytes
(--) CHIPS(0): Frame accelerator enabled
(--) CHIPS(0): PCI Bus
(--) CHIPS(0): Internal DAC disabled
(--) CHIPS(0): Using programmable clocks
(--) CHIPS(0): Dot clock 0: 25.172 MHz
(--) CHIPS(0): Dot clock 1: 28.325 MHz CRTclk
(--) CHIPS(0): Dot clock 2: 40.090 MHz FPclk
(--) CHIPS(0): Probed memory clock of 50.113 MHz
(==) CHIPS(0): Min pixel clock is 1.000 MHz
(--) CHIPS(0): Max pixel clock is 93.544 MHz
(II) CHIPS(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
(II) CHIPS(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
(II) CHIPS(0): Clock range: 1.00 to 93.54 MHz
(II) CHIPS(0): Not using default mode "640x350" (hsync out of range)
(II) CHIPS(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x400" (hsync out of range)
(II) CHIPS(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "720x400" (hsync out of range)
(II) CHIPS(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (hsync out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (hsync out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "640x480" (hsync out of range)
(II) CHIPS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (hsync out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (hsync out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (hsync out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (hsync out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "800x600" (hsync out of range)
(II) CHIPS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "832x624" (exceeds panel dimensions)
(II) CHIPS(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1152x768" (exceeds panel dimensions)
(II) CHIPS(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) CHIPS(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) CHIPS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(--) CHIPS(0): Virtual size is 640x480 (pitch 640)
(**) CHIPS(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) CHIPS(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(==) CHIPS(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(==) CHIPS(0): Write-combining range (0x0,0x1000) was already clear
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfe000000 - 0xfeffffff (0x1000000) MS
[1] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MXEO
[7] -1 0 0xfe000000 - 0xfeffffff (0x1000000) MX(B)
[8] -1 0 0x88000000 - 0x8fffffff (0x8000000) MXE
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprD)
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprD)
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprD)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX
[14] -1 0 0x00001000 - 0x000010ff (0x100) IXE
[15] -1 0 0x0000ff80 - 0x0000ffbf (0x40) IXE
[16] -1 0 0x0000ffe0 - 0x0000ffff (0x20) IXE
[17] -1 0 0x0000fe60 - 0x0000fe7f (0x20) IXE
[18] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[19] 0 0 0x000003c0 - 0x000003df (0x20) IS
(==) CHIPS(0): Write-combining range (0xa0000,0x10000) was already clear
(==) CHIPS(0): Write-combining range (0xfe400000,0x20000) was already clear
(==) CHIPS(0): Write-combining range (0xfe000000,0x200000)
(--) CHIPS(0): 1386752 bytes off-screen memory available
(II) CHIPS(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
8x8 color pattern filled rectangles
CPU to Screen color expansion
Screen to Screen color expansion
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Driver provided WritePixmap replacement
Setting up tile and stipple cache:
20 128x128 slots
5 256x256 slots
27 8x8 color pattern slots
32 8x8 color expansion slots
(==) CHIPS(0): Backing store disabled
(==) 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
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
 
stopf said:
(==) CHIPS(0): Depth 16, (==) framebuffer bpp 16
(--) CHIPS(0): VideoRAM: 2048 kByte
Zeile 1 interpretiere ich so, daß die Karte nur für 16 Bit Farbtiefe ausgelegt ist. Zeile 2 sagt zumindest, daß du recht wenig Video-Speicher hast. Ob damit 800*600*24 geht, weiß ich gerade nicht genau. Nimm doch bitte mal 16 Bit Farbtiefe für 800*600. Außerdem solltest du die VertRefresh auf den Bereich von 58 - 62 eingrenzen. Da sollten dann mehr oder weniger genau 60 Hz rauskommen - 43 bis 72 ist vielleicht ein bißchen viel Spielraum. Wenn nichts hilft, dann such das Handbuch von dem Ding und stelle die entsprechende HorizSync noch mal neu ein.
 
du musst deine section "monitor" anpassen und eine modeline erstellen.
Musste ich auch bei meinem Toshiba Tecra 530CDT. Meine sieht so aus.

Section "Monitor"
HorizSync 31.5-48.5
VertRefresh 55-90
Modeline "1024x786" 65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
EndSection

Und unter Display musst du

Depth 16
Modes "800x600"

eintragen.

dann sollte es klappen. Wenn du nicht weiter kommst, schreib mir eine PN.
 
WOW Problem so schnell gelöst - BEGEISTERUNG

Hallo (erstmal),

vielen Dank an die Leute die mir geholfen haben. Jetzt bringt der Laptop auch die 800x600er-Auflösung (und ich bin häppie :).

Falls jemand die Lösung interessiert:

+ die Modeline(s) sind unbedingt nötig (hat ja auch "nismo2000" schon
geschrieben) einfach übernehmen von dem anderen Toshiba-Notebook hat
natürlich nicht funktioniert - war mir ja eigentlich auch klar... aber man kanns
ja mal probieren... letztlich hab ich die modelines also berechnet mit folgender
Seite (vielleicht kann sie mal jemand brauchen der dies liest):
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
+ "depth 24" ist kein Problem wie ja "deamon" und "dettus" schon bemerkt
haben

Falls jemand die Modelines direkt übernehmen möchte (für das Toshiba Satellite 4000 CDS):

Modeline "800x600@52" 32.39 800 832 952 984 600 613 618 631
Modeline "640x480@60" 24.11 640 672 760 792 480 490 495 505

Nochmal Vielen Dank an alle,

Grüße sendet stopf
 
Back
Top