LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-24-2005, 10:03 PM   #1
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Rep: Reputation: 0
Some question about kde3.5, cant get higher refresh rate


i have a few questions so i wasnt sure where to put this. im a little bit of a linux n00b, but get most of the stuff. well lets see. i upgraded to kde 3.5 on my kubuntu install, and now in logout it only give me "end current session". no shutdown restart. another thing is, when i click on end current session it just shuts down x and im loged in console mode. i can type startx and get back to kde. some how it got changed and doesnt go to the login manager. and one other thing is the refresh rate. ive searched this site and others and they say put in the correct h and v refresh rates. but it does have the correct ones and it still doesnt let me go higher than 60hz. i have a brand new samsung syncmaster 930b with default 1280x1024 @ 75hz but i dunno why it wont go higher. if anyone can answer any of my question, thanks for your help.
 
Old 12-25-2005, 01:01 AM   #2
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
When you boot are you booting directly to KDE or to CLI?

As far as the monitor check out /etc/X11/xorg.conf
It probably has something misconfigured. I have the same montior, so for a comparison:
Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 930b"
EndSection

Section "Device"
Option "NoLogo" "yes"
Option "RenderAccel" "yes"
Option "HorizSync" "30-81"
Option "VertRefresh" "56-75"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "6800GT"
BusID "PCI:5:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Hope that helps.
 
Old 12-25-2005, 04:09 AM   #3
palceksmuk
LQ Newbie
 
Registered: Dec 2005
Distribution: slackware 10.2
Posts: 26

Rep: Reputation: 15
if you have a nvidia card you can try something like this in /etx/X11/xorg.conf

Section "Device"
Identifier "nvidiaCRT"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "VertRefresh" "85"
Option "DPMS"
#Option "IgnoreDisplayDevices" "DFP"
Option "NoLogo" "1"
Option "NoPowerConnectorCheck"
Option "ConnectedMonitor" "CRT"
screen 0
EndSection

I can't change the refresh rate in kde, but it's always 85 so it's ok for me.
 
Old 12-25-2005, 02:50 PM   #4
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
yea, i did change kubuntu to log directly into my account, instead of gdm or cli, which ever it usues. but before i changed to kde 3.5 i could end current session go to the login in manager and restartx if i need to. mainly i just want the damn shutdown restart options back. and no i have an ati 9600 xt.
 
Old 12-25-2005, 05:25 PM   #5
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
i got the shutdown, restart options back. i changed the runlevel from 2 to 4.
but i still need help with getting the refresh rate higher.
 
Old 12-25-2005, 05:59 PM   #6
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
ive tried running "sudo dpkg-reconfigure xserver-xorg" command and setting up everything, but this has happen before and settings got set wrong. then when i restart theres and error and i cant startx, and i can only login in console mode. from console login how can i back up to the back up xorg.conf file?
 
Old 12-26-2005, 03:41 PM   #7
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
to back it up, run the following:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old

On the refresh rates, can you post your xorg.conf file ?
 
Old 12-26-2005, 06:51 PM   #8
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
here it is.

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Driver		"ati"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection
 
Old 12-26-2005, 07:22 PM   #9
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
Okay change:
Quote:
Section "Monitor"
Identifier"SyncMaster"
Option"DPMS"
EndSection
to :
Quote:
Section "Monitor"
Identifier"SyncMaster"
Option"DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection
and then restart X.
 
Old 12-26-2005, 08:34 PM   #10
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
well i tried what you said, but it didnt work. X windows has an error.
Code:
Fatal server error:
no screens found
now i only got the command line login.
 
Old 12-26-2005, 08:43 PM   #11
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
Hmm...the only thing I see different is:
yours
Quote:
SubSection "Display"
Depth
Modes"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
and mine
Quote:
SubSection "Display"
Depth
Modes"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
Viewport 0 0
EndSubSection
try adding the "Viewport 0 0" to each Display subsection.

Unless the ATI driver doesn't support higher refresh rates in linux?? But that doesn't sound right.
 
Old 12-26-2005, 08:58 PM   #12
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
Quote:
Originally Posted by cold95
here it is.
Code:
Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection
You need to include the Horizonal and Vertical refresh rates in here for your particular monitor.

At least that's the way it is on my slackware box and for my hitachi cm751 19" monitor I have:

HorizSync 31 - 92.0
VertRefresh 55-160

I would post my ubuntu xorg.conf, but I dual boot that with winders 2000, which I'm on right now.

Edit: Of course, I'm old and poor and behind the times... , maybe the new LCD monitors don't require this info.

Edit2: And, is there really an advantage to running an LCD at a higher refresh rate? I'm just asking, because I don't know.

Last edited by itsjustme; 12-26-2005 at 09:10 PM.
 
Old 12-27-2005, 01:37 PM   #13
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
woot! i got it working, some how. not sure what made it work. but i got 75hz now. here my xorg.conf
http://home.comcast.net/~cold95/snapshot1.jpg
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
	Option		"XkbVariant"	"us"
EndSection

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

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Driver		"fglrx"
	BusID		"PCI:3:0:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"SyncMaster 930b"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 XT (RV350 AR)"
	Monitor		"SyncMaster 930b"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection
i think the only difference is, im using the fglrx driver instead of just ati driver.
and lcd at lower refresh rates you dont really get the flickering but it does hurt my eyes if i look at it too long. now i just need to figure out how to get all the buttons on my logitech mx-518 mouse to work

Last edited by cold95; 12-27-2005 at 01:38 PM.
 
Old 12-27-2005, 03:26 PM   #14
palceksmuk
LQ Newbie
 
Registered: Dec 2005
Distribution: slackware 10.2
Posts: 26

Rep: Reputation: 15
I've got an mx518 and here are my conf. files, but I couldn't get all the buttons to work. It seems that you need to have something special compiled in the kernel to make it work, but when I bought the mouse I didn't want to recompile the kernel. I think it's evdev.

xorg.conf

Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "9"
        Option      "Emulate3Buttons"    "false"
        Option      "ZAxisMapping" "6 7"
        Option      "Resolution"  "800"
EndSection
somewhere in your x startup scripts:

Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5 8 9" &
imwheel -f -k -b "67" &
 
Old 12-28-2005, 07:06 PM   #15
cold95
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
damn, i hate to ask this and look stupid but, which file is the x startup scripts?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Vertical refresh rate, horizontal sync rate. NomDeGuerre Linux - Newbie 7 10-07-2005 02:36 AM
Need higher refresh rate 1madstork Debian 6 11-26-2004 01:08 AM
Monitor refresh rate question BajaNick General 3 08-18-2004 06:01 AM
radeon 9100 and higher refresh rates in console Dartelin Linux - Hardware 0 08-12-2004 05:10 PM
Refresh Rate...? TrendMonster Linux - Hardware 7 11-24-2003 11:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration