Hello,
I’m trying to set up a Virtual Screen on my Samsung NC10 netbook with openSUSE 11.1 (Gnome) so the desktop scrolls when the mouse cursor reaches the edges of the limited screen. The native resolution of its display is 1024x600, but I’d like to have a virtual screen of say 1024x768. I’ve followed advice in other forums and websites about doing this and edited my /etc/X11/xorg.conf as shown below, but I’m still stuck at 1024x600. Can an expert spot why its not working after reboot, please.
/…/
SaX generated X11 config file
Created on: 2009-03-02T23:11:26+0000.
Version: 8.1
Contact: Marcus Schaefer <sax@suse.de>, 2005
Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
Automatically generated by [ISaX] (8.1)
PLEASE DO NOT EDIT THIS FILE!
Section “Files”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/Type1”
FontPath “/usr/share/fonts/URW”
FontPath “/usr/share/fonts/Speedo”
FontPath “/usr/share/fonts/PEX”
FontPath “/usr/share/fonts/cyrillic”
FontPath “/usr/share/fonts/latin2/misc:unscaled”
FontPath “/usr/share/fonts/latin2/75dpi:unscaled”
FontPath “/usr/share/fonts/latin2/100dpi:unscaled”
FontPath “/usr/share/fonts/latin2/Type1”
FontPath “/usr/share/fonts/latin7/75dpi:unscaled”
FontPath “/usr/share/fonts/baekmuk:unscaled”
FontPath “/usr/share/fonts/japanese:unscaled”
FontPath “/usr/share/fonts/kwintv”
FontPath “/usr/share/fonts/truetype”
FontPath “/usr/share/fonts/uni:unscaled”
FontPath “/usr/share/fonts/CID”
FontPath “/usr/share/fonts/ucs/misc:unscaled”
FontPath “/usr/share/fonts/ucs/75dpi:unscaled”
FontPath “/usr/share/fonts/ucs/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/misc:unscaled”
FontPath “/usr/share/fonts/hellas/75dpi:unscaled”
FontPath “/usr/share/fonts/hellas/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/Type1”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSectionSection “ServerFlags”
Option “AIGLX” “on”
Option “AllowMouseOpenFail” “on”
Option “ZapWarning” “on”
EndSectionSection “Module”
Load “extmod”
Load “glx”
Load “freetype”
Load “dbe”
Load “dri”
EndSectionSection “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “gb”
Option “XkbModel” “microsoftpro”
Option “XkbRules” “xfree86”
EndSectionSection “InputDevice”
Driver “synaptics”
Identifier “Mouse[1]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “on”
Option “InputFashion” “Mouse”
Option “Name” “Touchpad”
Option “Protocol” “explorerps/2”
Option “SHMConfig” “on”
Option “Vendor” “Synaptics”
Option “ZAxisMapping” “4 5”
EndSectionSection “InputDevice”
Driver “mouse”
Identifier “Mouse[3]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Name” “ImPS/2 Generic Wheel Mouse”
Option “Protocol” “explorerps/2”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSectionSection “Monitor”
DisplaySize 222 130
HorizSync 31-60
Identifier “Monitor[0]”
ModelName “1024X600@60HZ”
Option “DPMS”
Option “PreferredMode” “1024x600”
VendorName “–> LCD”
VertRefresh 50-60
UseModes “Modes[0]”
EndSectionSection “Modes”
Identifier “Modes[0]”
EndSectionSection “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1024x600” “800x600” “768x576” “640x480”
Virtual 1024 768
EndSubSection
SubSection “Display”
Depth 16
Modes “1024x600” “800x600” “768x576” “640x480”
Virtual 1024 768
EndSubSection
SubSection “Display”
Depth 24
Modes “1024x600” “800x600” “768x576” “640x480”
Virtual 1024 768
EndSubSection
SubSection “Display”
Depth 8
Modes “1024x600” “800x600” “768x576” “640x480”
Virtual 1024 768
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSectionSection “Device”
BoardName “945 GME”
Driver “intel”
Identifier “Device[0]”
Screen 0
VendorName “Intel”
EndSectionSection “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
InputDevice “Mouse[3]” “SendCoreEvents”
Option “Clone” “off”
Option “Xinerama” “off”
Screen “Screen[0]”
EndSectionSection “DRI”
Group “video”
Mode 0660
EndSectionSection “Extensions”
Option “Composite” “on”
EndSection
Ciao.