Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
use partial screen?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
eroth
n00b
n00b


Joined: 24 Feb 2005
Posts: 33
Location: Chicago

PostPosted: Fri Jul 08, 2005 10:19 pm    Post subject: use partial screen? Reply with quote

Hi,

I've got X11 and Gnome up and running on an old laptop with a 15.1 display and an s3Virge/MX gfx chip. Problem is that as the thing is old, there a pixel problem on the LCD at about the 5th pixel from the left the whole way down the screen.

question is: how can i set X or Gnome to only use a smaller section of the screen?

I've tried the lcd_center option in X, which is unfortunately super small in the center.
Also tried setting DisplaySize in the monitor...but it didn't seem to do anything.
I've gotten 800x600 to display in the correct area, but it's really fuzzy and horrible to read. 1024x768 doesn't work somehow...

here the relevant stuff out of xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "TOS"
ModelName "5082"
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
# 800x600 @ 72 Hz, 48.0 kHz hsync
Modeline "800x600" 50 800 856 976 1040 600 637 643 666
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823
EndSection

Section "Device"
Option "fifo_aggressive" # [<bool>]
Option "pci_retry" # [<bool>]
# Option "lcd_center" # [<bool>]
Option "HWCursor" # [<bool>]
Identifier "Card0"
Driver "s3virge"
VendorName "S3 Inc."
BoardName "ViRGE/MX"
BusID "PCI:0:4:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
# Virtual 1024 768
EndSubSection
EndSection

Any help is greatly appreciated!
Thanks
Back to top
View user's profile Send private message
antiflag1980
n00b
n00b


Joined: 01 Nov 2004
Posts: 65
Location: cincinnati usa

PostPosted: Sat Jul 09, 2005 11:30 am    Post subject: Reply with quote

I'm pretty sure you can emerge fbset for this, it has screen margin setting, check the documentation for it, I've never used it myself.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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