Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ultra 10 X11 config mouse buttons won't work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
statmobile
Apprentice
Apprentice


Joined: 16 Jul 2004
Posts: 286
Location: Chapel Hill, NC

PostPosted: Sun Aug 29, 2004 11:06 pm    Post subject: Ultra 10 X11 config mouse buttons won't work Reply with quote

Hey, I'm getting a little desperate for some help here. I've installed gento 2.4.26 on my Ultra 10. Now I'm trying to configure X11. When I use startx as a regular user, it seems to start the server. Yet, I can't seem to click to get any of the menus for this WM, so I'm stuck just looking at this gray screen. Unfotunately, I also have issues trying to switch to another virtual console using Ctrl-Alt-#. I have the following xorg.conf

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" RightOf "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Speedo/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "freetype"
   Load  "speedo"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "busmouse"
   Option       "Device" "/dev/misc/sunmouse"
   Option      "Emulate3Buttons"   "false"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                 # [<bool>]
        #Option     "crt_display"           # [<bool>]
        #Option     "composite_sync"        # [<bool>]
        #Option     "hw_cursor"             # [<bool>]
        #Option     "mmio_cache"            # [<bool>]
        #Option     "test_mmio_cache"       # [<bool>]
        #Option     "panel_display"         # [<bool>]
        #Option     "probe_clocks"          # [<bool>]
        Option     "reference_clock"       "28.636MHz"
        #Option     "shadow_fb"             # [<bool>]
        #Option     "sw_cursor"             # [<bool>]
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI"
   BoardName   "3D Rage Pro 215GP"
   ChipSet     "ati"
   ChipId      0x4750
   ChipRev     0x5c
   BusID       "PCI:1:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
   Identifier  "Card1"
   Driver      "sunffb"
   BusID       "SBUS:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

_________________
Comp Specs:
Asus A7V(rev1.02)|AMDXP2100+@1.7GHz|Creative SB128PCI|32MB NVIDIA/TNT2AGP|512MBPC-133
Back to top
View user's profile Send private message
paguilera
n00b
n00b


Joined: 14 Aug 2003
Posts: 20

PostPosted: Mon Sep 20, 2004 3:21 pm    Post subject: Reply with quote

Did you ever find an answer to this issue? I've recently gotten my mouse detected and am now having this same problem.

-Thank you-

P
Back to top
View user's profile Send private message
statmobile
Apprentice
Apprentice


Joined: 16 Jul 2004
Posts: 286
Location: Chapel Hill, NC

PostPosted: Tue Sep 21, 2004 2:55 am    Post subject: Reply with quote

No, I never got an answer to this problem. Could you please let me know if you ever figure this out? I don't have the time right now, but I was thinking maybe if I tried a different window manager it might work.
_________________
Comp Specs:
Asus A7V(rev1.02)|AMDXP2100+@1.7GHz|Creative SB128PCI|32MB NVIDIA/TNT2AGP|512MBPC-133
Back to top
View user's profile Send private message
paguilera
n00b
n00b


Joined: 14 Aug 2003
Posts: 20

PostPosted: Wed Sep 22, 2004 7:26 pm    Post subject: Reply with quote

I'll point you to this thread I had started with my own issues: https://forums.gentoo.org/viewtopic.php?t=222564

The advice that led to my resolution is in there thanks to help from Labrador. I had to change both XSESSION and DISPLAYMANAGER. By changing the first to Xsession and the second to TWM, I had a working GUI.

Also, I don't know if it makes a difference or not, but I noticed that in your xorg.conf, you have no resolutions (modes) listed in the different screen subsections.

Hope that helps.

P
Back to top
View user's profile Send private message
ck3k
n00b
n00b


Joined: 21 Sep 2004
Posts: 10
Location: Petaluma Ca

PostPosted: Wed Sep 22, 2004 8:40 pm    Post subject: Reply with quote

here is my config for a sun mouse on a type5 keyboard

Identifier "Mouse1"
Driver "mouse
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
_________________
~:CK:~
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum