Greetings. I'm having some trouble getting X windows to work properly on my Toshiba Satellite 335CDS. So far, the man pages, README's and FAQ's have not shown me the light. :)
The first problem is that the resolution does not seem to be 800x600, as the fonts look really clunky. Maybe I'm just running the 75dpi fonts? (The 100dpi lines come before the 75dpi lines in XF86Config-4). The second problem is that my mouse doesn't work properly. I can see the pointer, but it stays stuck in the upper left hand corner of my screen. What's interesting is that before I removed gpm, it seemed to work fine in the console. I've enclosed my XF86Config-4 below. I installed X using apt-get install x-window-system. I also had a some questions about the configuration process. Is anXious or xf86config supposed to work with this package? It seems like they both write /etc/X11/XF86Config, not XF86Config-4. (I found this very confusing--I had to resort to Google to figure out the change to -4.) Also, the XF86Config from anXious did not have the new ServerLayout section. I finally found a reference to using dpkg -reconfigure xserver-xfree86 on Google. I was going to submit a bug on the documentation, but I wanted to supply a suggested patch to the README.Debian file, but I couldn't figure out which README file to patch: xserver-xfree86 or xserver-common. Which one should it be? Thanks! Mark ---------- XF86Config-4 ------------ ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "Microsoft" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection #Commented out -- MKB #Section "InputDevice" # Identifier "Generic Mouse" # Driver "mouse" # Option "SendCoreEvents" "true" # Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" # Option "Emulate3Buttons" "true" # Option "ZAxisMapping" "4 5" #EndSection Section "Device" Identifier "Chips & Technology 6555" Driver "chips" Option "UseFBDev" "true" EndSection Section "Monitor" Identifier "Toshiba LCD" HorizSync 28-48 VertRefresh 43-72 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Chips & Technology 6555" Monitor "Toshiba LCD" DefaultDepth 24 # SubSection "Display" # Depth 1 # Modes "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 4 # Modes "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 8 # Modes "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 15 # Modes "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 16 # Modes "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 24 # Modes "800x600" "640x480" # EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" # InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]