Author Topic: Slackware and X  (Read 843 times)

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Slackware and X
« on: 29 September 2002, 02:40 »
I have just installed slackware 8.1
When I am using the GUi the actual screen runs off the physical screen, if that makes sense.
If I run the mouse off the screen it scrolls my whole desktop. When I set up X I know for sure I put in the right Hsync and Vsync, so any ideas on why it does this?
Contains scenes of mild peril.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Slackware and X
« Reply #1 on: 29 September 2002, 02:50 »
Yes, I believe this is controlled by either the "Virtual" or the "ViewPort" tags in your XF86Config file. Some people prefer to have a 1024x768 virtual screen when their display may only be capable of 800x600. You would only be able to see 800x600 at a time and be able to scroll to the rest of the 1024x768 desktop.

I personally do not like this behavior either. If you find a "Virtual" tag in your XF86Config, comment it out and see if that fixes it. See "man XF86Config" for more info on those tags. I do not have either of those tags in my current XF86Config file so I believe if they do not exist you will not have a "virtual" sized display. If it does not exist set it to "Virtual 1024 768" if that's the size you want. I have configured it both ways in the past.
Someone please remove this account. Thanks...

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Slackware and X
« Reply #2 on: 29 September 2002, 03:00 »
Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection

I found that^ bit that mentioned viewport, but not virtual anywhere. What should I do with that ?

ps The manpage for xf86config is a joke, they should be slapped.

[ September 28, 2002: Message edited by: Tux ]

Contains scenes of mild peril.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Slackware and X
« Reply #3 on: 29 September 2002, 04:12 »
quote:
Originally posted by Tux:

ps The manpage for xf86config is a joke, they should be slapped.



I'm not talking about the man page for "xf86config" which is a command, but "XF86Config" (case sensitive) which is the configuration file for X.

I really believe "Virtual" is the keyword you are interested in here. Search the file for any existence of it and comment it out. If it doesn't have a "Virtual" tag then if your maximum resolution you want is "1024x768" add the line "Virtual 1024 768" in each depth section that you use.

[ September 28, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Slackware and X
« Reply #4 on: 29 September 2002, 05:45 »
my monitor can only have a max of 1024X768 and if i try to set it higher it will scroll around the screen. Maybe your monitor cant handle whatever your resolution is set at.
 
quote:

Subsection "Display"
Depth 24
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection


this shows that your default res is 640X480 but unless you have a very old monitor then it appears that it shouldnt scroll. Are you sure you are using 24bit depth as the default?
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Slackware and X
« Reply #5 on: 29 September 2002, 18:16 »
quote:
Originally posted by void main:


I'm not talking about the man page for "xf86config" which is a command, but "XF86Config" (case sensitive) which is the configuration file for X.




/me feels stupid
Contains scenes of mild peril.