XF86Config für Thinkpad 760LD gesucht (virtual 800 600)
Hallo, wer hat eine XF86Config für den Thinkpad 760LD ? Bitte melden. Google.com hat keinen Vorschlag bei dem ich virtuell 800x600 auf dem 640x480-TFT-Display bekommen. XF86Setup generiert mir eine lauffähige XF86Config, aber bietet keine Option für einen virtuellen Bildschirm. Sax läuft beim TEst nicht durch, weil er keine gültigen Modes 640x480, 800x600, .. findet. Vielleicht kann mit ja jemand sagen wie ich mit dem 640x480-er XF86Config das virtual 800 600 so einbaue, daß X tatsächlich auch wieder hochläuft Alle meine Versuche sind bisher fehlgeschlagen. # XF86Config auto-generated by XF86Setup [...] # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 30 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "pc101" XkbLayout "de" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" BaudRate 1200 Emulate3Timeout 40 Emulate3Buttons EndSection Section "Monitor" Identifier "Primary Monitor" VendorName "IBM" ModelName "10.4 TFT" HorizSync 31.5 VertRefresh 60 Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 EndSection Section "Device" Identifier "Primary Card" VendorName "Trident" BoardName "None" Chipset "cyber9320" Option "linear" VideoRam 1024 EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "640x480" ViewPort 0 0 EndSubSection SubSection "Display" Depth 15 Modes "640x480" ViewPort 0 0 EndSubSection SubSection "Display" Depth 16 Modes "640x480" ViewPort 0 0 EndSubSection SubSection "Display" Depth 24 Modes "640x480" EndSubSection SubSection "Display" Depth 32 Modes "640x480" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary Monitor" BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 4 Modes "640x480" EndSubSection SubSection "Display" Depth 8 Modes "640x480" ViewPort 0 0 EndSubSection EndSection thx Ekkard
Ekkard Gerlach schrieb am Thu, 31 Jan 2002 00:46:47 +0100:
Vielleicht kann mit ja jemand sagen wie ich mit dem 640x480-er XF86Config das virtual 800 600 so einbaue, daß X tatsächlich auch wieder hochläuft
Hi Ekkard, Eigentlich müsste eine zusätzliche Zeile im betreffenden (oder einfach jedem) Display reichen:
SubSection "Display" Depth 8 Modes "640x480"
Virtual "800x600"
ViewPort 0 0 EndSubSection
Gruß, Jochen -- ---------------------------------------------------------------- *Jochen Lillich*, Dipl.-Inform. (FH) Consultant/Trainer @ /TeamLinux GbR/ Tel. +49 7254 985187-0 http://www.teamlinux.de ----------------------------------------------------------------
Hallo Jochen, * Jochen Lillich schrieb:
Eigentlich müsste eine zusätzliche Zeile im betreffenden (oder einfach jedem) Display reichen:
SubSection "Display" Depth 8 Modes "640x480"
Virtual "800x600"
habe ÜBERALL diese ZEile eingefügt, hinter JEDEM Modes, jetzt gehts!! Danke! Hatte das auch schon probiert, aber wohl an falschen Einträgen oder einfach nicht überall. thx Ekkard
participants (2)
-
Ekkard Gerlach
-
Jochen Lillich