Hi,
First post in this forum, i've spent all night in the #kubuntu@freenode channel, with no luck (not that they weren't trying).
Thing is I've bought a full HD LCD TV that is capable of displaying 1920x1080 @ 100hz progressively (thats the technical part, for the record the TV is a SAMSUNG LE37M86).
I've mostly tweaked the xorg.conf file in /etc/X11/ and restarted X to see if it has been fixed. Think i just paste my xorg.conf file for inputs, all feedback is appreciated as i am getting very frustrating just spending 7 hours to fix this with no luck.
The weird thing is that in kcontrol center i see that my resolution is 1920x1080 but if i change this to a lower resolutond and hit "apply" nothing seems to change. Also the desktop is centered on the middle so i dont get the "sides" of the desktop. The startmenu and kicker is missing, as is the stuff in other "sides". It is as the settings is set for a "bigger tv/monitor".
I also tried with the Vertrefresh and Horizsync params
My xorg.conf,
First post in this forum, i've spent all night in the #kubuntu@freenode channel, with no luck (not that they weren't trying).
Thing is I've bought a full HD LCD TV that is capable of displaying 1920x1080 @ 100hz progressively (thats the technical part, for the record the TV is a SAMSUNG LE37M86).
I've mostly tweaked the xorg.conf file in /etc/X11/ and restarted X to see if it has been fixed. Think i just paste my xorg.conf file for inputs, all feedback is appreciated as i am getting very frustrating just spending 7 hours to fix this with no luck.
The weird thing is that in kcontrol center i see that my resolution is 1920x1080 but if i change this to a lower resolutond and hit "apply" nothing seems to change. Also the desktop is centered on the middle so i dont get the "sides" of the desktop. The startmenu and kicker is missing, as is the stuff in other "sides". It is as the settings is set for a "bigger tv/monitor".
I also tried with the Vertrefresh and Horizsync params
My xorg.conf,
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 xorg.conf(5) manual page. # (Type "man 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/fonts/X11/misc" Fontpath "/usr/share/fonts/X11/cyrillic" Fontpath "/usr/share/fonts/X11/100dpi/:unscaled" Fontpath "/usr/share/fonts/X11/75dpi/:unscaled" Fontpath "/usr/share/fonts/X11/Type1" Fontpath "/usr/share/fonts/X11/100dpi" Fontpath "/usr/share/fonts/X11/75dpi" # path to defoma fonts Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Device" Identifier "nVidia Corporation NV25 [GeForce4 Ti 4200]" Driver "nvidia" Busid "PCI:1:0:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" EndSection Section "Monitor" Identifier "FullHDTV" Option "DPMS" #Vertrefresh 49-61 #Horizsync 15-68 # 1920x1080 @ 100.00 Hz (GTF) hsync: 114.40 kHz; pclk: 302.02 MHz #ModeLine "1920x1080" 302.02 1920 2072 2280 2640 1080 1081 1084 1144 -HSync +Vsync ModeLine "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -Hsync +Vsync EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV25 [GeForce4 Ti 4200]" Monitor "FullHDTV" Defaultdepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" Inputdevice "stylus" "SendCoreEvents" Inputdevice "cursor" "SendCoreEvents" Inputdevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection
Comment