Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-29-2006, 06:05 PM   #1 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default Xorg HorizSync / VertRefresh Problem

I need to run X at 2048x1536@75Hz. I know my monitor (P1110 21" Trinitron) can handle this mode because when I boot to that Kororaa XGL Live CD, it starts out at 2048x1536@75Hz, and I can tell that it's not just saying that. It looks like 75Hz. Now, I've tried grabbing the VertRefresh and HorizSync from the Kororaa xorg.conf, but its all Live-CD-Weird. For instance, it says HorizSync 0 - 0, VertRefresh 0 - 0. I tried using those on Debian (Unstable/2.6.15-1-k7-smp) and it does 2048x1536@60Hz, which hurts my eyes and is unusable. I also don't have choices for refresh rates on lower resolutions like 1600x1200. It's stuck at 85Hz, and 75Hz for 800x600.

I believe the HorizSync of my monitor is supposed to be 30-121, and the VertRefresh 48-160, but when I try these I get the same result as 0 - 0 for both. I've also tried commenting out the two lines, and I get the same result.

Can anyone help me? This used to work, just somewhere along the line I messed it up and can't remember what I messed up.

Thanks
The General is offline  
Old 05-29-2006, 08:08 PM   #2 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

General,

Can you post your Xorg.conf file for me please?

Jake

Edit

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1200"
DisplaySize 410 300
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 160.0
Option "dpms" "off"
Modeline "2048x1536" 340.48 2048 2216 2440 2832 1536 1537 1540 1603 -hsync +vsync
Modeline "1920x1440" 341.35 1920 2072 2288 2656 1440 1441 1444 1512 -hsync +vsync
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Virtual 2048 1536
Depth 24
Modes "2048x1536" "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

OR

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "2048x1536" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1600x1000" "1600x960" "1520x1140" "1440x900" "1400x1050" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x864" "1088x612" "1024x768" "960x720" "960x600" "800x600" "768x576" "720x576" "720x480" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "2040x1536" "1920x1050" "1680x1080" "1680x1080" "1600x1200" "1600x1024" "1600x1024" "1600x1000" "1600x900" "1520x1140" "1440x900" "1400x1050" "1366x768" "1360x1020" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x768" "1280x720" "1152x864" "1088x612" "1024x768" "960x720" "960x600" "848x480" "800x600" "800x480" "768x576" "720x576" "720x480" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1400x1050" "1280x960" "1280x800" "1280x720" "1280x1024" "1280x768" "1152x864" "1152x768" "1024x768" "848x480" "800x600" "640x480"
EndSubSection
EndSection



sources
http://www.linuxquestions.org/questi...d.php?t=368566

http://www.linuxforums.org/forum/lin...-displays.html
jakec is offline  
Old 05-29-2006, 08:52 PM   #3 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-121
VertRefresh 48-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "7800gt"
Monitor "Generic Monitor"
DefaultDepth 24
Option "DirectRender" "true"
Option "RenderAccel" "True"
SubSection "Display"
Depth 1
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "2048x1536" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
The General is offline  
Old 05-30-2006, 12:47 AM   #4 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Jake, I tried both of those, of course fixing the Identifiers and such to work with the rest of my xorg.conf, and neither of them worked. Any other ideas? Is there any way I can figure out for sure what modelines Kororaa is setting for me? Because the way it works with Kororaa is exactly how I want it to be in Debian...

Any ideas?
The General is offline  
Old 05-30-2006, 01:31 AM   #5 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

General,

try copying and pasting the Xorg.conf file from your Kororaa Live CD into your sytem Xorg file.

Section "Files"
FontPath "/usr/local/share/fonts/ttfonts"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "ati"
EndSection

Section "Monitor"
Identifier "Nokia 445Xi"
HorizSync 30-102
VertRefresh 50-120
Option "DPMS"



### 2048x1536 60hz noninterlace setting by Isaac Kuo
#ModeLine "2048x1536" 260.22 2048 2136 2576 2752 1536 1538 1550 1576

### 2048x1536 75hz Interlace setting by Isaac Kuo
#ModeLine "2048x1536" 157.50 2048 2080 2272 2624 1536 1538 1545 1601 interlace +hsync +vsync
### 2048x1536 85hz Interlace setting by Isaac Kuo
ModeLine "2048x1536" 193.40 2048 2144 2624 2816 1536 1540 1565 1617 interlace +hsync +vsync
### 1024x768 85hz matching non-interlace setting for Isaac Kuo
ModeLine "1024x768" 96.70 1024 1072 1312 1408 768 770 782 808 +hsync +vsync

### 1280x960 Interlace setting Isaac Kuo
#ModeLine "1280x960" 55.350 1280 1392 1448 1640 960 1024 1035 1123 interlace +hsync +vsync
### 1280x960 Non-Interlace setting Isaac Kuo
ModeLine "1280x960" 108.000 1280 1384 1496 1800 960 961 964 1000 +hsync +vsync
### 640x480 mode with 1080i timings by Isaac Kuo
ModeLine "640x480" 27.675 640 696 724 820 480 512 518 562 +hsync +vsync



EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Nokia 445Xi"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "2048x1536" "1280x960" "1024x768" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "Generic Mouse"
EndSection

source: http://www.linuxforums.org/forum/deb...s-again-2.html

See if that helps
jakec is offline  
Old 05-30-2006, 01:39 AM   #6 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

lol, I just grabbed the disc so i could reboot, but the back of the CD was stuck to the top of my computer case, there's bits of shiney stuff all over the place. Good thing this software is totally free

I'm downloading it again, I'll post back tomorrow with results.
The General is offline  
Old 05-31-2006, 02:24 AM   #7 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Cut and Paste (changing /dev/mouse to /dev/input/mice) gives me only 1280x1024@85hz

Just using the device monitor and screen section gives me the same thing.

Maybe Kororaa is using a different version of the drivers than I am.
The General is offline  
Old 05-31-2006, 03:03 AM   #8 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

did you change the Vert and Horizsync to match your specifacations in your debian system? Post the Kaaza Live CD Log for me

try the last Above Configaration I posted, see if that works

Jake
jakec is offline  
Old 05-31-2006, 03:22 AM   #9 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

No luck

I tried everything, lol.

What log did you want?
The General is offline  
Old 05-31-2006, 05:34 AM   #10 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

don't know what to tell you general,

that last Configuration I posted should have worked! see if you can get any joy out of this 1, if that Doesn't work, Use a Knoppix or PCLinuxOS Live CD and see if that does it, then Copy and Paste

here is My Xorg.conf file

# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "SyncMaster"
HorizSync 30-81
VertRefresh 56-75

# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "2048x1536" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

# TV fullscreen mode or DVD fullscreen output.
# 2048x1536 @ 75 Hz, 50 kHz hsync
ModeLine "2048x1536" 50.00 768 832 846 1000 576 590 595 630

# 2048x1536 @ 75 Hz, 61.6 kHz hsync
ModeLine "2048x1536" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 865"
Driver "i810"
Option "DPMS" "false"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

May the gods be with you,

Jake
NB if you want to post that Koraraa Xorg file I might be able to desipher it for you
jakec is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On