Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - redshark

Pages: [1]
1
Users / LinuxMCE ignores xorg.conf?
« on: February 06, 2008, 09:42:21 pm »
Hello,

   I edited xorg.conf and changed the modeline to fit my screen.
I've also changed '/usr/pluto/bin/Xconfigure.sh' so it will do nothing.

I've set LinuxMCE to load on startup. When it loads the resolution is as it was before I've touched
xorg.conf.  Now, If I kill the X session and start it again ('startx') KDE loads in the resolution I've set.

Here is my xorg.conf:
Code: [Select]
Section "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "record"
Load "glx"
Load "dbe"
Load "extmod"
Load "xtrap"
Load "speedo"
Load "type1"
Load "int10"
Load "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,il"
    Option         "XkbVariant" ","
    Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
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"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    Option         "DPMS"
Modeline "1280x720" 74.250 1232 1365 1430 1650 688 725 730 765 +hsync +vsync +hsync
HorizSync 20-500
VertRefresh 59-61
EndSection

Section "Device"
    Identifier     "nVidia Corporation GeForce 7100 GS"
    Driver         "nvidia"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "false"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
Option "DynamicTwinView" "false"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "ConnectedMonitor" "DFP"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 7100 GS"
    Monitor        "Generic Monitor"
    DefaultDepth    24
SubSection "Display"
Modes "1280x720"
Virtual 1280 720
EndSubSection
    Option         "UseEdid" "False"
    Option         "RenderAccel" "True"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "false"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
Option "DynamicTwinView" "false"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "TVStandard" "720p"
EndSection

Section "Extensions"
Option "Composite" "true"
Option "RENDER" "true"
EndSection

Thanks.

2
Users / Updatemedia: Can it be configured not to update the Id3 tags?
« on: February 01, 2008, 11:09:26 am »
Hi,

  I was only able to find this old post about this:
http://forum.linuxmce.org/index.php?topic=868.0, but I couldn't tell whether if was implemented or not.

Thanks.

3
Feature requests & roadmap / Subtitles support (.srt)
« on: January 30, 2008, 03:44:31 pm »
Hi,

  Currently there is no support for separate subtitles files (srt) when playing video files.
Any plans to add that functionality?

4
Hi,

  First of all, Ive tried the new beta and generally it is working well.

Now, the 'Play All' option plays the audio files randomly.
Any chance to make it consider the track number (given it holds that metadata already)? Can we expect this soon?

Thanks,

  Nir.

5
Users / ThinkOptics WavIt
« on: January 23, 2008, 06:42:13 pm »
Anyone tried it with LinuxMCE?
http://www.wavit.com

6
Installation issues / 0710b3 DVD Install
« on: January 19, 2008, 06:32:25 pm »
Hello,

  Is it now possible to format only a certain partition and not the entire HD when installing using the single layer
DVD ?

Thanks.

Pages: [1]