victor
12.03.01, 15:32
Hallo Linuxfreunde,
Ich benutze Debian/GNU Linux "unstable" mit Kernel 2.4.0-SMP und XFree 4.0.2 und möchte gerne meine Bildschirmauflösung herunterschalten. Dies ist bekanntlich mit der Tastaturkombi STRG+ALT++ bzw - möglich.
Leider wird nach einem Umschalten aber nur der sichtbare Bereich heruntergeschaltet - ein grösserer virtueller Screen und damit ein lästiges scrollen bleibt erhalten.
Nun also die Frage: kann man den virtuelle Screen auf die aktuell gewählte Auflösung automatisch herunterschalten? Wie müsste das in der XF86Conifg aussehen?
Hier meine XF86Config:
+++++ XF86Config +++++
Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
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/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
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"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
FontPath "/usr/X11R6/lib/X11/fonts/freefont"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "glx"
Load "dri"
Load "ddc"
Load "GLcore"
Load "dbe"
Load "pex5"
Load "record"
Load "xie"
Load "bitmap"
Load "vbe"
Load "int10"
# Load "v4l"
EndSection
Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "de"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[0]"
Option "Device" "/dev/gpmdata"
Option "Name" "Cordless Wheel Mouse"
Option "Protocol" "imps/2"
Option "Vendor" "Logitech"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
HorizSync 24.8-94
Identifier "Monitor[0]"
ModelName "MF8221T"
VendorName "Iiyama"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
ModeLine "768x576" 46.929 768 784 952 968 576 577 582 606
ModeLine "800x600" 52.343 800 824 1008 1032 600 601 607 634
ModeLine "1024x768" 91.238 1024 1056 1376 1408 768 769 776 810
Modeline "1280x1024" 142.80 1280 1304 1448 1672 1024 1025 1038 1054
Modeline "1600x1200" 183.04 1600 1624 1808 2088 1200 1216 1229 1281
EndSection
Section "Screen"
Monitor "Monitor[0]"
Device "Device[0]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Voodoo3"
# BusID "PCI:0:10:0"
Driver "tdfx"
Identifier "Device[0]"
VendorName "3Dfx"
# Option "Overlay" "On"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[0]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
# Group "video"
Mode 0666
EndSection
+++++ XF86Config +++++
Kann mir da jemand helfen?
Danke,
Euer Victor
Ich benutze Debian/GNU Linux "unstable" mit Kernel 2.4.0-SMP und XFree 4.0.2 und möchte gerne meine Bildschirmauflösung herunterschalten. Dies ist bekanntlich mit der Tastaturkombi STRG+ALT++ bzw - möglich.
Leider wird nach einem Umschalten aber nur der sichtbare Bereich heruntergeschaltet - ein grösserer virtueller Screen und damit ein lästiges scrollen bleibt erhalten.
Nun also die Frage: kann man den virtuelle Screen auf die aktuell gewählte Auflösung automatisch herunterschalten? Wie müsste das in der XF86Conifg aussehen?
Hier meine XF86Config:
+++++ XF86Config +++++
Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
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/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
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"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
FontPath "/usr/X11R6/lib/X11/fonts/freefont"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "glx"
Load "dri"
Load "ddc"
Load "GLcore"
Load "dbe"
Load "pex5"
Load "record"
Load "xie"
Load "bitmap"
Load "vbe"
Load "int10"
# Load "v4l"
EndSection
Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "de"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[0]"
Option "Device" "/dev/gpmdata"
Option "Name" "Cordless Wheel Mouse"
Option "Protocol" "imps/2"
Option "Vendor" "Logitech"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
HorizSync 24.8-94
Identifier "Monitor[0]"
ModelName "MF8221T"
VendorName "Iiyama"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
ModeLine "768x576" 46.929 768 784 952 968 576 577 582 606
ModeLine "800x600" 52.343 800 824 1008 1032 600 601 607 634
ModeLine "1024x768" 91.238 1024 1056 1376 1408 768 769 776 810
Modeline "1280x1024" 142.80 1280 1304 1448 1672 1024 1025 1038 1054
Modeline "1600x1200" 183.04 1600 1624 1808 2088 1200 1216 1229 1281
EndSection
Section "Screen"
Monitor "Monitor[0]"
Device "Device[0]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Voodoo3"
# BusID "PCI:0:10:0"
Driver "tdfx"
Identifier "Device[0]"
VendorName "3Dfx"
# Option "Overlay" "On"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[0]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
# Group "video"
Mode 0666
EndSection
+++++ XF86Config +++++
Kann mir da jemand helfen?
Danke,
Euer Victor