[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Newbee





On Thu, Aug 11, 2011 at 11:34 PM, David Lowe <doctorjlowe@verizon.net> wrote:
On 11 Aug, 2011, at 8:17 PM, Brian Morris wrote:

> I have a g4 powerbook with debian and I can send you the configurations file /etc/xorg.conf (tomorrow, when I have the computer) or you can find it yourself by searching web.
>
> If you want it.

       Yeah, i'd like that.

Seems you don't need it now ... but I put at bottom if you want to try.

> What it does is force you to use the button for clicking. However what gave me some adjustment challenges: it is also set to vertical scroll with two fingers. Ok, nice. 3rd it is set to secondary click - which you Really need somehow - by two fingers down and the mouse button click. That is sometimes tricky to do without scrolling.

       ?!?  I didn't think trackpads from this era were able to recognize multiple fingers.

Oh, wait which exact model do you have ? mine is early 2005. 

> By the way, for speed, I am using the LXDE desktop environment. There is now an lxde cd, as well as a netinstall option for it. much faster and less resource consumptive than the other alternatives.

       Yeah, i might look into that.  Presumably i don't need to install from scratch, so i'll search for an LXDE package.

its a little tough to remove gnome and then put in lxde to replace it. easier I think if you are just getting started to just start over. It is a LOT faster though, plus saving a lot of RAM.

> I guess you have got the wifi to work ?

       Some years ago i had experimented with Ubuntu on the PowerBook, and i do remember having to setup the Broadcom gizmo.  IIRC the open source version was only able to access the 802.11B protocol then.  Can we use 802.11G now?

you need to install the correct Debian firmware package which then downloads the firmware from BCM and installs it.

> took me a while to realize what they meant by the firmware packages, just dumb I guess, but then I also found there the firmware downloader for video acceleration which helps...

       Are you using the driver from nVidia?  Now that you mention it, there is some annoyance in that the screen is only using 8-bit color.  I wasn't going to bring up the issue until i dealt with the trackpad thing, but the default Debian wallpaper looks really ugly when posterized down to a few colors.

My book has ATI. Don't know what about nVidia, but there was a Radeon firmware in the firmwares like unto the BCM.
 

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "macintosh"
   Option      "XkbLayout"   "de"
   Option      "XkbVariant"   "nodeadkeys"
   Option      "XkbOptions"   "lv3:lwin_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "SHMConfig"      "true"
   Option      "MinSpeed"      "0.30"
   Option      "MaxSpeed"      "1"
   Option      "EdgeMotionMinSpeed"   "200"
   Option      "EdgeMotionMaxSpeed"   "200"
   Option      "FastTaps"      "1"
   Option      "MaxTapTime"      "80"
   Option      "AccelFactor"      "0.10"
   Option      "HorizScrollDelta"   "0"
   Option      "VertScrollDelta"   "10"
   Option      "FingerLow"      "1"
   Option      "FingerHigh"      "3"
   Option      "LeftEdge"      "80"
   Option      "TopEdge"      "80"
   Option       "RightEdge"      "850"
   Option      "BottomEdge"      "560"
   Option      "TapButton1"      "0"
   Option      "TapButton2"      "3"
   Option      "TapButton3"      "2"
EndSection


Section "Device"
   Identifier   "internalATIRadeon9600"
   Driver      "radeon"
   BusID      "PCI:0:16:0"
   Option      "UseFBDev"      "false"
   Option      "MonitorLayout"      "auto"
   Screen      0
EndSection

Section "Device"
   Identifier   "externalATIRadeon9600"
   Driver      "radeon"
   BusID      "PCI:0:16:0"
   Option      "UseFBDev"      "false"
   Option      "MonitorLayout"      "auto"
   Screen      1
EndSection

Section "Monitor"
   Identifier   "internalLCD"
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "externalLCD"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "internalScreen"
   Device      "internalATIRadeon9600"
   Monitor      "internalLCD"
   DefaultDepth   24

   SubSection      "Display"
      Depth      8
      Modes      "1440x960"
   EndSubSection
   SubSection      "Display"
      Depth      15
      Modes      "1440x960"
   EndSubSection
      SubSection   "Display"
      Depth      24
      Modes      "1440x960"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "externalScreen"
   Device      "externalATIRadeon9600"
   Monitor      "externalLCD"
   DefaultDepth   24

   SubSection   "Display"
      Depth      8
      Modes      "1680x1050"
   EndSubSection
   SubSection   "Display"
      Depth      15
      Modes      "1680x1050"
   EndSubSection
   SubSection   "Display"
      Depth      24
      Modes      "1680x1050"
   EndSubSection
EndSection

Section      "ServerLayout"
   Identifier   "Default Layout"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
   Screen   0   "internalScreen" 0 0
   Screen   1   "externalScreen" RightOf "internalScreen"
   Option      "Xinerama"   "true"
EndSection

Section "DRI"
   Mode      0666
EndSection
 

Reply to: