LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 12 & Xorg Video Problem (https://www.linuxquestions.org/questions/slackware-14/slackware-12-and-xorg-video-problem-580038/)

QuePID 08-26-2007 09:39 PM

Slackware 12 & Xorg Video Problem
 
I am using slackware 12 with a sis730s chipset motherboard and I am having a problem with xorg.

I have slackware to use sisfb with the mode set to 1280x1024x32 and rate of 60hz and I configured xorg to work using the sis driver. Xorg starts fine in 1280x1024x32 mode at 60Hz, but the screen is significantly off center. I tried using xvidtune and it does allow me to center my screen but the "show" button doesn't work. I did produce a modeline which I added to my xorg.conf that used the refined xvidtune (centered screen) values but it simply did not correct the off centered screen. I then installed sisctrl and ran that, which listed two 1280x1024x32 60hz modes, the top one being the current one in use (off centered display) and the 2nd one actually correcting the off center nature of my display, but this was only a temporary fix.

How can I instruct xorg to use the sisctrl listed 1280x1024x32 (60hz) mode which is displayed centered vs the other 1280x1024x32 (60hz) that isn't? Or how can I fix the xorg.conf to display my screen correctly as my modelines simply weren't being used?

tramni1980 08-27-2007 01:18 AM

I don't you just center your screen using the button menu of your monitor?

QuePID 08-27-2007 06:54 AM

Quote:

Originally Posted by tramni1980 (Post 2871821)
I don't you just center your screen using the button menu of your monitor?

If I center the graphic screen then the text screen (sisfb) is off centered too.

Road_map 08-27-2007 09:15 AM

Did you try without fb? (vga = normal in /etc/lilo.conf)

geek745 08-28-2007 10:26 AM

you might use the ViewPort item in your xorg.conf:

Code:

SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768"
    Virtual 400 200
EndSubSection

or something similar. the 400 is the x-offset and the 200 is the y-offset. this specifies the upper-left corner of where xorg should paint your screen, relative to the absolute upper-left of the monitor, which may be off the physical screen, as your setup is using. Play with the numbers, I don't know how far off yours is. remember you can kill X with Ctrl+Alt+Backspace and return to the command prompt to fix things up. this adjustment would not affect your text-mode command line display since X is not the one rendering that.

never tried it myself but it might help you!

QuePID 08-28-2007 11:03 PM

Quote:

Originally Posted by Road_map (Post 2872181)
Did you try without fb? (vga = normal in /etc/lilo.conf)

I tried this and same exact problem even with console running in vga mode.

minike 01-06-2008 11:46 AM

hi QuePID,
I'm running on exactly same problem as you (off-center screen on slack 12 and a SiS video chipset - modeline values completely ignored)

were you able to fix it? I've tried different xorgcfg combinations with no luck at all.

I'll appreciate any hint on this issue.

thanks in advance


All times are GMT -5. The time now is 03:56 PM.