LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-13-2006, 12:40 PM   #1
JoeDuncan
Member
 
Registered: Aug 2003
Location: Ottawa
Distribution: Redhat 5.2, 6.0, 6.1, Mandrake 7.2, 8.0, 9.1, 9.2, 10.0, Gentoo, Debian 3.1r0
Posts: 224

Rep: Reputation: 30
Resolution and scroll wheen problems after upgrade from sarge to etch


Ok, I upgraded from Sarge to Etch and now I have two problems:

1) My screen will no longer do 1280x1024 resolution, the max I can get is 1024x768

2) My scroll wheel no longer works.

So, for problem 1), I have an S3 Virge with 4mb memory, it worked fine at 1280x1024 in sarge using the vesa driver (I could only ever get 1024x768 with the S3 driver - even in sarge). Upgrading from sarge to etch changed my X server from XFree86 to Xorg, but I have kept an identical config file with the same settings for the device, monitor and screens.

Here are those settings:

Code:
Section "Device"
    Identifier  "S3"
    Driver      "vesa"
EndSection

Section "Monitor"
        Identifier      "Dell 1907FP"
        HorizSync       30-81
        VertRefresh     56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "S3"
        Monitor         "Dell 1907FP"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" 
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" 
        EndSubSection
EndSection
My xorg log file shows this:

Code:
(II) VESA(0): Total Memory: 64 64KB banks (4096kB)
(II) VESA(0): Dell 1907FP: Using hsync range of 30.00-81.00 kHz
(II) VESA(0): Dell 1907FP: Using vrefresh range of 56.00-76.00 Hz
(II) VESA(0): Not using mode "1280x1024" (no mode of this name)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0):  Built-in mode "1024x768"
(**) VESA(0):  Built-in mode "800x600"
(**) VESA(0):  Built-in mode "640x480"
For problem 2), again, I have identical entries in my XOrg file. My mouse is a Microsoft PS/2 Optical Intellimouse. I have the correct ZAxisMappings "4 5" entry (as I did before in Sarge when the scroll wheel worked properly), but nothing happens. When I run xev, scrolling the wheel does not produce any results. Clicking any of the buttons does produce the appropriate result. Here's my xorg.conf entries for my mouse (again same as I had in XFree86 - except now there's a "CorePointer" option, but removing it does nothing):

Code:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
There's this weird output from the Xorg.0.log file:
Code:
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/psaux"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
I'm not sure why it says that Emulate3Buttons is on, because I have clearly not enabled it in the config file.

Anyways, if anyone can help me out, please let me know.
 
Old 11-15-2006, 08:57 PM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
The upgrade from Sarge to Etch has "some issues", the XFree to Xorg transistion being one of the most prominent... I've tried it myself, despite prior knowledge that these issues are around, but found myself in an enviroment where key-app's failed. My advise: re-install from scratch (which I did eventually...)
 
Old 11-15-2006, 10:55 PM   #3
JoeDuncan
Member
 
Registered: Aug 2003
Location: Ottawa
Distribution: Redhat 5.2, 6.0, 6.1, Mandrake 7.2, 8.0, 9.1, 9.2, 10.0, Gentoo, Debian 3.1r0
Posts: 224

Original Poster
Rep: Reputation: 30
Well, I got the 1280x1024 resolution to work by switching from 24bit to 16bit colour, however the scroll wheel still does not work, even after trying the "evdev" workaround.

Anyone have any ideas?
 
Old 11-17-2006, 11:24 AM   #4
PMorph
Member
 
Registered: Sep 2003
Distribution: Debian
Posts: 213

Rep: Reputation: 31
You could try:

Option "Protocol" "auto"

Instead of:

Option "Protocol" "ImPS/2"
 
Old 11-23-2006, 11:13 AM   #5
JoeDuncan
Member
 
Registered: Aug 2003
Location: Ottawa
Distribution: Redhat 5.2, 6.0, 6.1, Mandrake 7.2, 8.0, 9.1, 9.2, 10.0, Gentoo, Debian 3.1r0
Posts: 224

Original Poster
Rep: Reputation: 30
Using "auto" for protocol didn't change anything either.
 
Old 11-23-2006, 02:59 PM   #6
PMorph
Member
 
Registered: Sep 2003
Distribution: Debian
Posts: 213

Rep: Reputation: 31
Ok.
What if you try the scroll wheel with 'xev', does it give any readings for it?
 
Old 11-23-2006, 03:01 PM   #7
JoeDuncan
Member
 
Registered: Aug 2003
Location: Ottawa
Distribution: Redhat 5.2, 6.0, 6.1, Mandrake 7.2, 8.0, 9.1, 9.2, 10.0, Gentoo, Debian 3.1r0
Posts: 224

Original Poster
Rep: Reputation: 30
Nope, that was one of the mysteries from my first post...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xorg replacing xfree86 on Sarge/Etch causing upgrade problems farpoint Debian 5 06-29-2006 09:45 PM
perl locale issue after upgrade from Sarge to Etch BigVig Debian 6 04-12-2006 07:32 PM
Sarge to Etch upgrade - no mouse IBall Debian 3 11-25-2005 06:34 PM
Upgrade Sarge to Etch IBall Debian 1 11-23-2005 04:36 AM
Upgrade from sarge to etch romrom Debian 5 06-07-2005 03:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration